GH-108614: Increase importlib MAGIC for RESUME_CHECK instruction#109247
GH-108614: Increase importlib MAGIC for RESUME_CHECK instruction#109247vstinner merged 1 commit intopython:mainfrom
Conversation
|
There's a new commit after the PR has been approved. @iritkatriel: please review the changes made to this pull request. |
|
Thanks for the review @iritkatriel. |
|
|
Thanks @vstinner |
|
It's unfortunate that we have to increase this number during development even before the first alpha version, but well, as shown in the issue, practicability beats purity here 😁 Apparently people still like PYC during alpha releases 😁 Or maybe we could not write PYC nor use them before first beta version? I don't know. For now, the status quo is to update the MAGIC number. |
TIER_ONEandTIER_TWOfrom bytecodes.c #108614